/* 运费计算 */
.Courier_query{
  padding: 90px 45px 45px 45px;
  border: 1px solid #f4f4f4;
  border-radius: 15px;
  display: flex;
}
.freight_query_left{
  max-width: 225px;
  margin-right: 100px;
}
.freight_query_left_h1{
  font-size: 22px;
  color: #23261a;
  font-weight: bold;
}
.freight_query_left_h2{
  font-size: 15px;
  color: #acacac;
  line-height: 22px;
  margin-top: 25px;
}
.freight_query_right{
  flex: 1;
}
.destination{
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.select_box{
  height: 45px;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  display: flex;
  flex: 1;
  align-items: center;
  position: relative;
}
.select_country_name{
  flex: 1;
  font-size: 14px;
  color: #6a6a6a;
}
.select-down-icon{
  width: 10px;
  height: 10px;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform:translate(0, -50%);
  -moz-transform:translate(0, -50%);
  transform:translate(0, -50%);
}
.destination_title{
  font-size: 16px;
  width: 130px;
  color: #23261a;
}
#select_country{
  flex: 1;
  margin: 0 8px;
  height: 35px;
  border: 1px solid red;
  outline: none;
  border: none;
}
.weight_input{
  width: 100%;
  height: 35px;
  outline: none;
  border: none;
  padding-left: 15px;
}
.measure-box{
  height: 45px;
  border-radius: 6px;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}
.measure_input_box{
  /* width: 170px; */
  width: 29%;
  border: 1px solid #eaeaea;
  height: 45px;
  border-radius: 6px;
  padding-left: 15px;
  display: flex;
  align-items: center;
}
.measure_input{
  width: 100%;
  height: 35px;
  border: none;
  outline: none;
}
.query_button{
  height: 45px;
  /* width: 200px; */
  width: 28%;
  background-color: #1699f1;
  border-radius: 6px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  margin: 0 0 0 130px;
  font-size: 16px;
}
/* 运费计算结束 */
.query_results_message{
  padding: 35px 0 40px 0;
  font-size: 20px;
  color: #616161;
}
.Query_form{
  width: 100%;
  border-top: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.designation_name_list{
  display: flex;
  align-items: center;
  height: 40px;
  line-height: 40px;
}
.designation_name_list > div{
  flex: 1;
  text-align: center;
  color: #000;
  font-size: 16px;
  border-right: 1px solid #f4f4f4;
}
.designation_name_list > div:last-child{
  border-right: 0;
}
.payment_way{
  margin-bottom: 15px;
}
.payment_way > div{
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  color: #898989!important;
  background-color: #f9f9f9;
}
.payment_way > div:nth-child(6){
  background-color: #def0d8;
}


/* 快递查询 */
.query_waybill_number_title{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 4px;
}
.query_icon{
  width: 34px;
  height: 40px;
}
#waybill_number_title{
  font-size: 22px;
  color:#31a1f7;
  margin: 0 15px;
}
/* .waybill_number_input{
  height: 60px;
  width: 350px;
  background-color:#f9f9f9;
  outline: none;
  border: none;
} */
.search_record_box{
  min-width: 100%;
  height: 170px;
  border: 1px solid #2cabe0;
  margin-top: 28px;
  padding-left: 15px;
  display: flex;
}
#search_text{
  width: 100%;
  height: 130px;
  margin-top: 20px;
  border: none;
  outline: none;
  display: none;
}
/* .search_record{
  display: block;
} */
.history_record{
  height: 36px;
  padding: 0 10px;
  background-color: #eaeff8;
  border-radius: 20px;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  margin: 10px 6px 0 0;
  font-size: 14px;
}
.delete_icon{
  width: 16px;
  height: 16px;
  margin-left: 10px;
  display: inline-block;
}
.query_box_list{
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.query_submit_box{
  flex: 1;
}
.query_submit{
  height: 40px;
  background-color: #33a2f7;
  width: 150px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.ordernum_list{
  margin-bottom: 25px;
}
.ordernum_list:last-child{
  margin-bottom: 0;
}
.ordernum_list_header{
  display: flex;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid #d2d2d2;
  padding: 0 25px;
  margin-bottom: 40px;
}
.ordernumber_title{
  font-size: 18px;
  font-weight: bold;
  color: #080808;
  flex: 1;
}
.status_title{
  font-size: 16px;
  color: #35ce3b;
}
.place_address-box{
  max-width: 780px;
  overflow: hidden;
  padding-left: 18px;
}
.place_address{
  border-left: 1px solid #d2d2d2;
  padding-left: 50px;
  position: relative;
  font-size: 16px;
  padding-bottom: 25px;
}
.place_address:last-child{
  border-left: 0;
  padding-bottom: 0;
}
.latest_message{
  position: absolute;
  left: -18px;
  top: 0;
  height: 20px;
  padding: 0 6px;
  background-color: #ff5a00;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  z-index: 9;
}
.address_position{
  position: absolute;
  left: -9px;
  top: 0;
  display: inline-block;
  z-index: 9;
  width: 18px;
  height: 18px;
  border: 1px solid #32a2f7;
  border-radius: 100px;
}
.address_position > div{
  width: 12px;
  height: 12px;
  background-color: #32a2f7;
  border-radius: 100px;
  margin: 2px 0 0 2px;
}
.address_deta{
  color: #a5a5a5;
  font-size: 16px;
}
.packup_list{
  text-align: center;
  margin-top: 80px;
  font-size: 14px;
}
.Packup_icon{
  width: 16px;
  height: 16px;
  margin-left: 10px;
  display: inline-block;
}
.unfold_list{
  text-align: center;
  margin-top: 80px;
  font-size: 14px;
}
.orange_color{
  color: #ff5500;
}
.green_color{
  color: #35ce3b;
}
.black_color{
  color: #000;
}


/* 登录bannar的样式 */
.bannar_box{
  background-image: url(/static/picture/20170825021423_41950.jpg);
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
  height: 665px;
  width: 100%;
  position: relative;
}
.login_box{
  position: absolute;
  right: 120px;
  top: 50%;
  background: #fff;
  padding: 40px 40px 10px 40px;
  transform: translate(0, -44%);
}
.login_register{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.login_titlle{
  font-size: 20px;
  color: #ff4e40;
}
.center_line{
  width: 2px;
  height: 20px;
  background-color: #dad7d8;
  margin: 0 40px;
}
.register_title{
  color: #dad7d8;
  font-size: 20px;
}
.login_input_box{
  width: 320px;
  height: 50px;
  border: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  padding-left: 25px;
  margin-top: 20px;
}
.login_input_box:first-child{
  margin-top: 0;
}
.login_input_box>input{
  height: 40px;
  flex: 1;
  border: none;
  outline: none;
}
.password_show_icon{
  width: 30px;
  height: 20px;
  margin-right: 25px;
}
.prompt_box{
  display: flex;
  align-items: center;
  margin: 15px 0;
  font-size: 14px;
  color: #ff4e40;
}
.prompt_icon{
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.login_button{
  height: 50px;
  background-color: #ff4e40;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.notaccount_Forgot_box{
  display: flex;
  align-items: center;
  margin: 30px 0 0 0;
  font-size: 14px;
}
.notaccount_Forgot_box>p{
  color: #ff4e40;
  flex: 1;
}
.notaccount_Forgot_box>span{
  color: #d8dadf;
}
.quick_login{
  display: flex;
  align-items: center;
  padding: 60px 0 30px 0;
}
.quick_login>div{
  color: #d8dadf;
  font-size: 14px;
  margin: 0 15px;
}
.quick_login>span{
  flex: 1;
  height: 1px;
  background-color: #eaeaea;
}
.other_way_login{
  display: flex;
  align-items: center;
  justify-content: center;
}
.other_way_icon{
  width: 50px;
  height: 50px;
  margin-right: 40px;
}
.other_way_icon:last-child{
  margin-right: 0;
}